type google.golang.org/grpc/credentials.tlsCreds

7 uses

	google.golang.org/grpc/credentials (current package)
		tls.go#L60: type tlsCreds struct {
		tls.go#L65: func (c tlsCreds) Info() ProtocolInfo {
		tls.go#L73: func (c *tlsCreds) ClientHandshake(ctx context.Context, authority string, rawConn net.Conn) (_ net.Conn, _ AuthInfo, err error) {
		tls.go#L113: func (c *tlsCreds) ServerHandshake(rawConn net.Conn) (net.Conn, AuthInfo, error) {
		tls.go#L132: func (c *tlsCreds) Clone() TransportCredentials {
		tls.go#L136: func (c *tlsCreds) OverrideServerName(serverNameOverride string) error {
		tls.go#L143: 	tc := &tlsCreds{credinternal.CloneTLSConfig(c)}